home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_117 / frame_65 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  162 b   |  12 lines

  1. tellTarget("/")
  2. {
  3.    g = 1;
  4.    while(g < 5)
  5.    {
  6.       Ghost[g]._visible = true;
  7.       g++;
  8.    }
  9.    Pacman._visible = true;
  10.    Ready.gotoAndStop(1);
  11. }
  12.